ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / GroupHeaderFormat Property






In This Topic
    GroupHeaderFormat Property (FlexGridBase<T>)
    In This Topic
    Gets or sets the format string used to create the group header content.
    Syntax
    'Declaration
     
    
    Public Overridable Property GroupHeaderFormat As System.String
    'Usage
     
    
    Dim instance As FlexGridBase(Of T)
    Dim value As System.String
     
    instance.GroupHeaderFormat = value
     
    value = instance.GroupHeaderFormat
    public virtual System.string GroupHeaderFormat {get; set;}
    public read-write property GroupHeaderFormat: System.String; virtual; 
    public function get,set GroupHeaderFormat : System.String
    public: __property virtual System.string* get_GroupHeaderFormat();
    public: __property virtual void set_GroupHeaderFormat( 
       System.string* value
    );
    public:
    virtual property System.String^ GroupHeaderFormat {
       System.String^ get();
       void set (    System.String^ value);
    }
    Remarks
    The string may contain any text, plus the following replacement strings:
    See Also